org.eclipse.vtp.desktop.media.core
Class GrammarBindingViewer

java.lang.Object
  extended by org.eclipse.vtp.desktop.media.core.GrammarBindingViewer
All Implemented Interfaces:
java.util.EventListener, org.eclipse.swt.events.MouseListener, org.eclipse.swt.internal.SWTEventListener

public class GrammarBindingViewer
extends java.lang.Object
implements org.eclipse.swt.events.MouseListener


Constructor Summary
GrammarBindingViewer(GrammarMediaBinding grammarBinding, java.lang.String interactionType)
           
 
Method Summary
 void createControls(org.eclipse.swt.widgets.Composite parent)
           
 org.eclipse.swt.widgets.Control getControl()
           
 void mouseDoubleClick(org.eclipse.swt.events.MouseEvent e)
           
 void mouseDown(org.eclipse.swt.events.MouseEvent e)
           
 void mouseUp(org.eclipse.swt.events.MouseEvent e)
           
 void setCurrentBrand(Brand brand)
           
 void setCurrentLanguage(java.lang.String language)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrammarBindingViewer

public GrammarBindingViewer(GrammarMediaBinding grammarBinding,
                            java.lang.String interactionType)
Method Detail

createControls

public void createControls(org.eclipse.swt.widgets.Composite parent)

getControl

public org.eclipse.swt.widgets.Control getControl()

setCurrentBrand

public void setCurrentBrand(Brand brand)

setCurrentLanguage

public void setCurrentLanguage(java.lang.String language)

mouseDoubleClick

public void mouseDoubleClick(org.eclipse.swt.events.MouseEvent e)
Specified by:
mouseDoubleClick in interface org.eclipse.swt.events.MouseListener

mouseDown

public void mouseDown(org.eclipse.swt.events.MouseEvent e)
Specified by:
mouseDown in interface org.eclipse.swt.events.MouseListener

mouseUp

public void mouseUp(org.eclipse.swt.events.MouseEvent e)
Specified by:
mouseUp in interface org.eclipse.swt.events.MouseListener